agents.anac.y2011.ValueModelAgent
Class ValueModeler

java.lang.Object
  extended by agents.anac.y2011.ValueModelAgent.ValueModeler

public class ValueModeler
extends java.lang.Object


Field Summary
 boolean initialized
           
 
Constructor Summary
ValueModeler()
           
 
Method Summary
 void assumeBidWorth(Bid bid, double expectedDecrease, double stdDev)
           
 IssuesDecreases getIssue(int index)
           
 void initialize(UtilitySpace space, Bid firstBid)
           
 ValueDecrease utilityLoss(Bid bid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

initialized

public boolean initialized
Constructor Detail

ValueModeler

public ValueModeler()
Method Detail

initialize

public void initialize(UtilitySpace space,
                       Bid firstBid)
                throws java.lang.Exception
Throws:
java.lang.Exception

assumeBidWorth

public void assumeBidWorth(Bid bid,
                           double expectedDecrease,
                           double stdDev)
                    throws java.lang.Exception
Throws:
java.lang.Exception

utilityLoss

public ValueDecrease utilityLoss(Bid bid)
                          throws java.lang.Exception
Throws:
java.lang.Exception

getIssue

public IssuesDecreases getIssue(int index)